home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-08-30 | 2.5 KB | 72 lines | [TEXT/ttxt] |
- ######################################################################
- #
- # File: Build File
- #
- # Contains: Guide Script commands pointing to all of the related
- # source files needed to build a guide file.
- #
- # Coded by: Glenn Katz
- #
- # Copyright: ©1994 by Apple Computer, Inc.
- #
- ######################################################################
-
- ######################################################################
- # How To Use This File
- ######################################################################
-
- # This file points to all of the related source files that define your
- # guide file.
- #
- # This file is part a set of files that you will compile to create your
- # guide file. You will also need:
- #
- # • Standard Setup - a file that contains the Guide Script commands
- # needed to setup a guide file that follows the
- # Apple Guide HI guidelines.
- #
- # • Content - a file that contains the actual text that appears on
- # the guide file panels. (As your guide file grows, it
- # may be helpful to break the Content file into several
- # smaller files).
- #
- # To use this file:
- #
- # 1. Edit the Content file to define the content of your guide file.
- #
- # 2. This file already points to the Standard Setup and Content files.
- # You can use it "as is", but if you break your content into
- # several smaller files, you must add <Include> commands to also
- # point to them.
- #
- # 3. Use the Guide Maker Build utility to compile this file.
-
-
-
- ######################################################################
- # Relates Source Files
- ######################################################################
-
- # You can include all of the Guide Script commands that define your
- # guide file in a single source file or in multiple source files.
- # Use an <Include> command to point to each of the other source files
- # that contain Guide Script commands.
-
- <Include> "Standard Setup"
- <Include> "Content"
- <Include> "Coaches"
- <Include> "Topic Areas"
- <Include> "Index"
-
- # Use the <Resource> command to specify each file containing
- # resources to be included in your guide file. You can include all
- # resources in a file, all resources of a given resource type,
- # all resources with a given resource ID or resource name,
- # or a single resource.
- #
- # Syntax: <Resource> fileName, resType [, whichResource]
-
- <Resource> "Standard Resources", ALL
-
-
-